home *** CD-ROM | disk | FTP | other *** search
/ Inside Mac Games Volume 4 #12 / IMG 43 Dec 1996.iso / More Goodies / More For Your Game / Doom 2 / Hellmaker v1.1 / DOOM II Example WADs / About the Example WADs next >
Text File  |  1996-11-06  |  2KB  |  43 lines

  1.                                                              
  2.  
  3. About the Example WADs:
  4.  
  5. The Hellmaker package includes the some example WADs for you to look at. They are very simple levels that I created with Hellmaker. Each of them illustrates a particular type of structure that you can make, from simple pits and windows to the more complicated doors, teleports and such. For details on how to create each of these types of structure, read the Hellmaker Manual (detailed notes are given in the chapters 'Basic Structures' and 'Dynamic Structures').
  6.  
  7. EXIT.WAD
  8. A single room, only containing a level exit switch. The linedef function used is nS, exit level.
  9.  
  10. WINDOW.WAD
  11. Two rooms, separated by a window. There is no way to get into the second room, of course. Note that the only real difference between the 'rooms' and the 'window' are the floor and ceiling heights (I've also changed the textures to make it look better).
  12.  
  13. PITS.WAD
  14. A room with two pits. The player can climb out of the shallow one, while the deeper one has a toxic floor. Note the floor heights, and the second pit's floor texture and sector special.
  15.  
  16. PILLARS.WAD
  17. Contains three solid pillars inside a room. Note that the insides of the pillars are not sectors.
  18.  
  19. STAIRS.WAD
  20. A staircase joining two rooms. Note the changing floor and ceiling heights.
  21.  
  22. DOOR.WAD
  23. Simple door created with Hellmaker's Make Door function.
  24.  
  25. RDOOR.WAD
  26. Modified version of DOOR.WAD, this time the door can be opened with a switch on the wall. Use group mode to see that the switch linedef is grouped with the door sector.
  27.  
  28. LIFT.WAD
  29. A lift made with Hellmaker's Make Lift function.
  30.  
  31. RLIFT.WAD
  32. Modified LIFT.WAD, the lift can be 'called' with a switch on the wall. Use group mode to see that the switch linedef is grouped with the lift sector.
  33.  
  34. TELEPORT.WAD
  35. A one-way teleport from the teleport pad into the second room. Note that the teleport pad boundary lines have WR teleport functions, and are grouped with the second room's sector. If you look in thing mode, you will see the teleport destination in the second room.
  36.  
  37. RSTAIRS.WAD
  38. When the player moves toward the far wall, the W1 (walk-over) trigger line is crossed and the rising stairs are activated.
  39.  
  40. HELLMADE.WAD
  41. This is a 'real' WAD (with monsters, locked doors, etc) to show you how it's all put together.
  42.                                                              
  43. Paul Davidson, November 1996